docs: use reusable for checkout action instead of hardcoded version#43842
docs: use reusable for checkout action instead of hardcoded version#43842Sharra-writes merged 3 commits intogithub:mainfrom
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@AeternalNull I think this is fine since you're using a variable that the example is using. I just added in a missing "the," and once these checks pass I'll get it merged. |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes: N/A
The current documentation hardcodes actions/checkout@v4, while the latest version is v5. This can lead to inconsistencies and outdated references in the docs.
What's being changed (if available, include any code snippets, screenshots, or gifs):
This PR updates the example workflow to replace a hardcoded action version with a reusable reference.
Check off the following: